Management API

Base Resource URL:

     https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach

Description:

Represents Provider Profiles that define settings necessary to process bank account transfers (ACH transactions).
Note: since true real-time ACH transactions are not possible, no separate settings are maintained for batch and real-time processing. While real-time processing logic is emulated, it uses batch configuration as basis for its implementation.

Available sub-resources:

Resource URL Description
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/actum    Settings for processing of ACH transactions through Actum.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/bmo-canada    Settings for processing of ACH transactions through BMO Canada.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/centennial    Settings for processing of ACH transactions through Centennial Bank.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/comerica    Settings for processing of ACH transactions through Comerica Bank.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/eft-canada    Settings for processing of ACH transactions through EFT Canada.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/eft-evolve    Settings for processing of ACH transactions through EFT Evolve.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/emulator    Configuration settings necessary for batch emulation processing through ACH.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/fifth-third    Settings for processing of ACH transactions through Fifth Third Bank.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/fiserv    Configuration settings necessary for ACH processing through FiServ.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/keybank    Configuration settings, necessary for ACH processing through Key Bank.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/lsi    Settings for processing of ACH transactions through Logical Solutions.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/nmi    Settings for processing of ACH transactions through NMI.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/paymentech-salem    Settings for processing of ACH transactions through Chase Paymentech Salem.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/pnc    Settings for processing of ACH transactions through PNC.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/proxy    Settings for processing of ACH transactions through internal emulator (for tests and integrations).
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/regions    Settings for processing of ACH transactions through Regions.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/suntrust    Settings for processing of ACH transactions through SunTrust Bank.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/t-tech    Configuration settings necessary for ACH processing T-Tech.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/tdbank-canada    Settings for processing of canadian ACH transactions through TD Bank.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/unipay    Settings for processing of ACH transactions through Unipay.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/vantiv-lowell    Settings for processing of ACH transactions through Vantiv Lowell.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/vectra-bank    Settings for processing of ACH transactions through Vectra Bank.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/westamerica    Configuration settings, necessary for ACH processing through Westamerica bank.
https://[server-name]/api/v01/merchants/[merchant-code]/profiles/ach/westpac    Settings for processing of ACH transactions through EFT Westpac.

Supported Actions:

find  
Method:  GET       Implicit:  Yes       Returns:  n/a      
Consumes:  xurl  Produces:  json, xml 
 
Lists all ACH Provider Profiles currently configured for this merchant.

Parameters:
# Name Type Required Default Description
01 offset Integer No 0 Index of the first record returned to the customer from the search result of a web search.
02 limit Integer No 100 Maximum number of records to load per single search web call made by the customer.